home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 May / macformat-063.iso / mac / Shareware Plus / Educational / Area Properties 3.31 / Read Me - Area Properties 3.3 < prev   
Encoding:
Text File  |  1998-01-28  |  4.3 KB  |  102 lines  |  [ttro/ttxt]

  1.         What is "Area Properties" and what does it do ?
  2.  
  3.  
  4.  It will do the following;
  5.  
  6.         It will calculate and measure the following properties of any object you load
  7.         from a PICT or PNT document; (Objects can also be imported from the    Clipboard.) 
  8.  
  9.         1.      CROSS SECTIONAL AREA
  10.         2.      TOTAL SURFACE AREA
  11.         3.      TOTAL PERIMETER
  12.         4.   MOMENT OF INERTIA about the centroidal axis & any axis
  13.         5.   RADIUS OF GYRATION
  14.         6.      VOLUME
  15.         7.   WEIGHT
  16.         8.      MEASURE HEIGHT & WIDTH
  17.         9.   PROVIDES RULER TO OBTAIN LENGTH MEASUREMENTS
  18.      10.  WILL COLLAPSE OBJECT ON BOTH X & Y AXIS
  19.      11.  COUNTS TOTAL OBJECT PIXELS
  20.         
  21.         The object itself and the UNITS, DEPTH, SCALE & MATERIAL are user inputs. They
  22.         can be made the defaults with the Preferences... menu item.
  23.  
  24.   SCALE is defined as actual object size divided by screen size. (If actual object width
  25.   is 12 inches and screen image width of object is 1 inch, the SCALE = 12.)
  26.  
  27.         Portions of the screen object can be isolated by using shift-click-drag to select only
  28.         the portion of the object that is of interest. Place the cursor at the upper left corner
  29.         of region of interest and shift-click-drag to lower right corner of interest.
  30.         
  31.         The results can be saved to disk as a PIC file.
  32.  
  33.         NOTE: 
  34.           1.    All BLACK or dark pixels are considered included in the object.
  35.                 All WHITE or light colored pixels are void. USE the provided MENU
  36.                 selection "MAKE ALL COLORS BLACK" or "COLOR EDITOR" to convert a
  37.                 colored object to BLACK prior to starting any calculations.
  38.  
  39.           2.    The apple CONTROL STRIP (control panel) or any other 3rd party floating
  40.                 windoid must be turned off or made invisible so as to not be included
  41.                 as part of your object.
  42.  
  43.     3. The minor jagged edges of an image will be corrected. All screen images are constructed
  44.        with square pixels making a perfect circle impossible to draw. One pixel jaggies 
  45.        will be corrected, but larger jaggies will go uncorrected. This is why the  
  46.        Area Properties calculated area of a 4" diameter circle screen image will not
  47.        equal the exact 12.567 in^2, but will be 12.54 in^2 instead. The same goes for 
  48.        perimeter calculations.
  49.        
  50.  
  51.         Who might find this application of value ?
  52.  
  53.         1. Engineers
  54.         2. Scientists
  55.         3. Students
  56.         4. Architects
  57.  
  58.  
  59.  
  60.  
  61.  
  62.         coded by:  William Weiss
  63.                    2500 Ptarmigan Dr.#1
  64.                    Walnut Creek, CA. 94595
  65.                    USA
  66.                    email address: WWeissTuna@AOL.com
  67.  
  68.         Comments and suggestions are always welcomed. If you use this code a lot, please make
  69.         a donation to your favorite charity, Thanks & I will look forward to your email .
  70.  
  71.  
  72.  
  73.  
  74. /* -------------------------------------------------------------------------------------------- */
  75.   Version 3.3 (2/98)
  76.           • Added image flip (horizontal & vertical) ability. AP Menu
  77.           • Image collapse function (AP Menu) will first convert all image colors to black.
  78.           • Fixed printing bug under Mac OS 8.1
  79.           • Preferences... menu item will now be enabled after a (Edit menu) paste operation.
  80. /* -------------------------------------------------------------------------------------------- */
  81.   Version 3.2 (4/97)
  82.           • Preferences... menu item (File Menu) can now save default units, material, object scale
  83.             and object depth.
  84.           • Save As... menu item (File Menu) can save results as a PICT file to disk.
  85.           • Maximum screen size that can be accommodated is now 1280 x 1280 pixels.
  86.           • Will now work with a MATROX Millennium video card.
  87.           • Added water to list of materials.
  88.           • Just For Fun menu item will do 3D stuff if screen color set to thousands or millions
  89.             or if greyscale (Monitors and Sound CONTROL PANEL).
  90.           • Fixed a bug with the Shift Click Drag selection routine.
  91.           • Images imported via the clipboard (Pasted) will be centered on the screen.
  92. /* -------------------------------------------------------------------------------------------- */  
  93.   Version 3.0 (11/96) has added radius of gyration. Also added COLOR EDITOR, which will
  94.           allow selected colors of a color image to be converted to BLACK or deleted or isolated.
  95.           Also added some fun stuff.
  96. /* -------------------------------------------------------------------------------------------- */    
  97.   Version 2.6 now is PPC/68K FAT and uses the Metrowerks C/C++ compiler. Also fixed a bug
  98.           in the "MAKE ALL COLORS BLACK" routine.
  99.  
  100.  
  101.  
  102.